:root{--bg:#0b0c15;--text:#e2e8f0;--accent:#bef264;--accent-hover:#a3e635;--surface:rgba(255,255,255,0.03)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Space Grotesk',sans-serif;background-color:var(--bg);background-image:radial-gradient(circle at 50% 0,rgba(68,76,231,0.15),transparent 70%);color:var(--text);height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;text-align:center;padding:1.5rem}main{max-width:800px;width:100%;z-index:2;display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem,4vh,3rem)}.logo{width:auto;height:clamp(40px,8vh,60px);margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(190,242,100,0.1))}h1{font-weight:700;font-size:clamp(2rem,6vw,4rem);line-height:1.1;letter-spacing:-0.02em;color:#fff;text-shadow:0 0 40px rgba(190,242,100,0.1)}p{font-size:clamp(1rem,2vw,1.25rem);color:#94a3b8;max-width:600px;line-height:1.6}.cta-btn{display:inline-flex;align-items:center;justify-content:center;background-color:var(--accent);color:#0f172a;font-weight:700;font-size:1.125rem;padding:1.25rem 3rem;border-radius:9999px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 4px rgba(190,242,100,0.1);border:none;cursor:pointer}.cta-btn:hover,.cta-btn:focus-visible{transform:translateY(-2px) scale(1.02);box-shadow:0 0 20px rgba(190,242,100,0.4);outline:none;background-color:var(--accent-hover)}.bg-noise{position:absolute;inset:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@media(max-width:640px){.cta-btn{width:100%;padding:1rem}}